home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / NCSA / tn3270 2.3d26 source / tn3270 / netstub.c < prev    next >
Text File  |  1991-01-21  |  2KB  |  87 lines

  1. /*
  2.  *  tn3270 for the Macintosh Source Code
  3.  *  Brown University Computing and Information Services
  4.  *  Version 2.3d21, January 17, 1991
  5.  *  Copyright (c) 1988, 1989, 1990, 1991 by Brown University and by
  6.  *  Peter John DiCamillo.
  7.  *
  8.  *  Permission is granted to any individual or institution to use, copy,
  9.  *  or redistribute the binary version of this software and its
  10.  *  documentation provided this notice and the copyright notices are
  11.  *  retained.  Permission is granted to any individual or non-profit
  12.  *  institution to use, copy, modify, or redistribute the source files
  13.  *  of this software provided this notice and the copyright notices are
  14.  *  retained.  This software may not be distributed for profit, either
  15.  *  in original form or in derivative works, nor can the source be
  16.  *  distributed to other than an individual or a non-profit institution.
  17.  *  Any  individual or group interested in seeing and/or using these
  18.  *  source files but who are prevented from doing so by the above
  19.  *  constraints should contact Don Wolfe, Assistant Vice-President for
  20.  *  Computer Systems at Brown University, (401) 863-7250, for possible
  21.  *  software licensing of the source developed at Brown.
  22.  *
  23.  *  Brown University and Peter John DiCamillo make no representations
  24.  *  about the suitability of this software for any purpose.
  25.  *
  26.  *  BROWN UNIVERSITY AND PETER JOHN DICAMILLO GIVE NO WARRANTY, EITHER
  27.  *  EXPRESS OR IMPLIED, FOR THE PROGRAM AND/OR DOCUMENTATION PROVIDED,
  28.  *  INCLUDING, WITHOUT LIMITATION, WARRANTY OF MERCHANTABILITY AND
  29.  *  WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE.
  30.  *
  31.  */
  32.  
  33. #define __SEG__ atalk3270
  34. #include "maclib.h"
  35. #include "termdef.h"
  36. #include "globals.h"
  37.  
  38. net_init()
  39. {
  40. cs.dblevel = 1;
  41. if (tcpflg)
  42.     dbdlg("This copy of tn3270 does not include AppleTalk drivers.");
  43. else
  44.     dbdlg("This copy of Mac3270 does not include AppleTalk drivers.");
  45. ExitToShell();
  46. }
  47.  
  48. net_end()
  49. {
  50. }
  51.  
  52. getreq()
  53. {
  54. }
  55.  
  56. netin()
  57. {
  58. }
  59.  
  60. nettime()
  61. {
  62. }
  63.  
  64. atpSndRequest()
  65. {
  66. }
  67.  
  68. netlgin()
  69. {
  70. }
  71.  
  72. netlgout()
  73. {
  74. }
  75.  
  76. newconn()
  77. {
  78. }
  79.  
  80. reqproc()
  81. {
  82. }
  83.  
  84. netdflthost()
  85. {
  86. }
  87.